← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:35 2022

Filename(eval 395)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 6 statements in 31µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22133µs6.07msOpenAPI::Modern::::hasOpenAPI::Modern::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package OpenAPI::Modern;
2
# spent 6.07ms (33µs+6.04) within OpenAPI::Modern::has which was called 2 times, avg 3.04ms/call: # once (13µs+3.38ms) by main::BEGIN@2 at line 35 of OpenAPI/Modern.pm # once (20µs+2.66ms) by main::BEGIN@2 at line 47 of OpenAPI/Modern.pm
sub has {
323µs for my $method (@$before) {
4211µs2810µs $method->(@_);
# spent 810µs making 2 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 405µs/call
5 }
6217µs25.23ms $$wrapped->(@_);}
# spent 5.23ms making 2 calls to MooX::HandlesVia::has, avg 2.62ms/call
7;